home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TDXBARCUSTOMIZINGFORM / TDXBARCUSTOMIZINGFORM.txt
Text File  |  2006-04-19  |  26KB  |  980 lines

  1. object dxBarCustomizingForm: TdxBarCustomizingForm
  2.   Left = 326
  3.   Top = 151
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize'
  7.   ClientHeight = 310
  8.   ClientWidth = 366
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 274
  24.     Width = 366
  25.     Height = 36
  26.     Align = alBottom
  27.     BevelOuter = bvNone
  28.     TabOrder = 1
  29.     object BClose: TButton
  30.       Left = 205
  31.       Top = 6
  32.       Width = 75
  33.       Height = 23
  34.       Cancel = True
  35.       Caption = 'Close'
  36.       Default = True
  37.       ModalResult = 1
  38.       TabOrder = 1
  39.       OnClick = BCloseClick
  40.     end
  41.     object BHelp: TBitBtn
  42.       Left = 286
  43.       Top = 6
  44.       Width = 74
  45.       Height = 23
  46.       Caption = 'Help'
  47.       TabOrder = 2
  48.       OnClick = BHelpClick
  49.       Style = bsNew
  50.     end
  51.     object BtnResetAll: TButton
  52.       Left = 6
  53.       Top = 6
  54.       Width = 75
  55.       Height = 23
  56.       HelpContext = 878
  57.       Cancel = True
  58.       Caption = 'Reset &All'
  59.       TabOrder = 0
  60.       OnClick = BtnResetAllClick
  61.     end
  62.   end
  63.   object PageControl: TPageControl
  64.     Left = 6
  65.     Top = 8
  66.     Width = 354
  67.     Height = 266
  68.     ActivePage = TabSheet1
  69.     Align = alClient
  70.     TabOrder = 0
  71.     OnChange = PageControlChange
  72.     object TabSheet1: TTabSheet
  73.       Caption = ' Toolbars '
  74.       object LabelToobars: TLabel
  75.         Left = 4
  76.         Top = 4
  77.         Width = 44
  78.         Height = 13
  79.         Caption = 'Toolb&ars:'
  80.       end
  81.       object BBarDelete: TButton
  82.         Left = 239
  83.         Top = 79
  84.         Width = 104
  85.         Height = 22
  86.         Caption = '&Delete'
  87.         TabOrder = 3
  88.         OnClick = BBarDeleteClick
  89.       end
  90.       object BBarNew: TButton
  91.         Left = 239
  92.         Top = 21
  93.         Width = 104
  94.         Height = 22
  95.         Caption = '&New...'
  96.         TabOrder = 1
  97.         OnClick = BBarNewClick
  98.       end
  99.       object BBarRename: TButton
  100.         Left = 239
  101.         Top = 50
  102.         Width = 104
  103.         Height = 22
  104.         Caption = 'R&ename...'
  105.         TabOrder = 2
  106.         OnClick = BBarRenameClick
  107.       end
  108.       object BarsListBoxPlace: TListBox
  109.         Left = 4
  110.         Top = 20
  111.         Width = 227
  112.         Height = 213
  113.         ItemHeight = 13
  114.         TabOrder = 0
  115.       end
  116.       object BBarReset: TButton
  117.         Left = 239
  118.         Top = 108
  119.         Width = 104
  120.         Height = 22
  121.         Caption = '&Reset...'
  122.         TabOrder = 4
  123.         OnClick = BBarResetClick
  124.       end
  125.       object btnMakePage: TButton
  126.         Left = 240
  127.         Top = 210
  128.         Width = 101
  129.         Height = 22
  130.         Caption = '&Make Tab'
  131.         TabOrder = 5
  132.         OnClick = btnMakePageClick
  133.       end
  134.     end
  135.     object TabSheet2: TTabSheet
  136.       Caption = ' Commands '
  137.       ExplicitLeft = 0
  138.       ExplicitTop = 0
  139.       ExplicitWidth = 0
  140.       ExplicitHeight = 0
  141.       object Panel6: TPanel
  142.         Left = 0
  143.         Top = 0
  144.         Width = 346
  145.         Height = 25
  146.         Align = alTop
  147.         BevelOuter = bvNone
  148.         TabOrder = 0
  149.         object LabelCategories: TLabel
  150.           Left = 6
  151.           Top = 8
  152.           Width = 53
  153.           Height = 13
  154.           Caption = 'Cate&gories:'
  155.           FocusControl = LCategories
  156.         end
  157.         object LabelCommands: TLabel
  158.           Left = 148
  159.           Top = 8
  160.           Width = 55
  161.           Height = 13
  162.           Caption = 'Comman&ds:'
  163.         end
  164.         object CategoriesPopupButtonPlace: TSpeedButton
  165.           Left = 65
  166.           Top = 6
  167.           Width = 75
  168.           Height = 17
  169.         end
  170.         object CommandsPopupButtonPlace: TSpeedButton
  171.           Left = 207
  172.           Top = 6
  173.           Width = 134
  174.           Height = 17
  175.         end
  176.       end
  177.       object Panel7: TPanel
  178.         Left = 5
  179.         Top = 25
  180.         Width = 336
  181.         Height = 213
  182.         Align = alClient
  183.         BevelOuter = bvNone
  184.         Caption = 'Panel7'
  185.         TabOrder = 1
  186.         object LCategories: TListBox
  187.           Left = 0
  188.           Top = 0
  189.           Width = 135
  190.           Height = 147
  191.           Align = alLeft
  192.           ItemHeight = 13
  193.           TabOrder = 0
  194.           OnClick = LCategoriesClick
  195.           OnDragOver = LCategoriesDragOver
  196.           OnEndDrag = LCategoriesEndDrag
  197.           OnKeyDown = LCategoriesKeyDown
  198.           OnMouseDown = LCategoriesMouseDown
  199.         end
  200.         object LCommandsPlace: TListBox
  201.           Left = 142
  202.           Top = 0
  203.           Width = 194
  204.           Height = 147
  205.           Style = lbOwnerDrawVariable
  206.           Align = alRight
  207.           Color = clBtnFace
  208.           DragMode = dmAutomatic
  209.           ItemHeight = 22
  210.           TabOrder = 1
  211.           OnClick = LCommandsClick
  212.         end
  213.         object Panel9: TPanel
  214.           Left = 0
  215.           Top = 147
  216.           Width = 336
  217.           Height = 66
  218.           Align = alBottom
  219.           BevelOuter = bvNone
  220.           TabOrder = 2
  221.           object DescriptionLabel: TLabel
  222.             Left = 0
  223.             Top = 20
  224.             Width = 231
  225.             Height = 40
  226.             AutoSize = False
  227.             WordWrap = True
  228.           end
  229.           object Bevel1: TBevel
  230.             Left = 0
  231.             Top = 10
  232.             Width = 231
  233.             Height = 5
  234.             Shape = bsTopLine
  235.           end
  236.           object LabelDescription: TLabel
  237.             Left = 0
  238.             Top = 4
  239.             Width = 59
  240.             Height = 13
  241.             Caption = 'Description  '
  242.           end
  243.           object lblShortcut: TLabel
  244.             Left = 235
  245.             Top = 4
  246.             Width = 43
  247.             Height = 13
  248.             Caption = 'Shortcut:'
  249.           end
  250.           object hkeyShortcut: THotKey
  251.             Left = 235
  252.             Top = 20
  253.             Width = 101
  254.             Height = 21
  255.             HotKey = 0
  256.             InvalidKeys = []
  257.             Modifiers = []
  258.             TabOrder = 0
  259.             OnExit = hkeyShortcutExit
  260.           end
  261.         end
  262.       end
  263.       object Panel5: TPanel
  264.         Left = 0
  265.         Top = 25
  266.         Width = 5
  267.         Height = 213
  268.         Align = alLeft
  269.         BevelOuter = bvNone
  270.         TabOrder = 2
  271.       end
  272.       object Panel8: TPanel
  273.         Left = 341
  274.         Top = 25
  275.         Width = 5
  276.         Height = 213
  277.         Align = alRight
  278.         BevelOuter = bvNone
  279.         TabOrder = 3
  280.       end
  281.     end
  282.     object tabPages: TTabSheet
  283.       Caption = 'Tabs'
  284.       ImageIndex = 5
  285.       OnShow = tabPagesShow
  286.       ExplicitLeft = 0
  287.       ExplicitTop = 0
  288.       ExplicitWidth = 0
  289.       ExplicitHeight = 0
  290.       object lblPages: TLabel
  291.         Left = 4
  292.         Top = 4
  293.         Width = 33
  294.         Height = 13
  295.         Caption = '&Pages:'
  296.       end
  297.       object lboxPages: TListBox
  298.         Left = 4
  299.         Top = 20
  300.         Width = 227
  301.         Height = 213
  302.         ItemHeight = 13
  303.         TabOrder = 0
  304.       end
  305.       object btnNewPage: TButton
  306.         Left = 239
  307.         Top = 21
  308.         Width = 104
  309.         Height = 22
  310.         Caption = '&New...'
  311.         TabOrder = 1
  312.         OnClick = btnNewPageClick
  313.       end
  314.       object btnRenamePage: TButton
  315.         Left = 239
  316.         Top = 50
  317.         Width = 104
  318.         Height = 22
  319.         Caption = 'R&ename...'
  320.         Enabled = False
  321.         TabOrder = 2
  322.         OnClick = btnRenamePageClick
  323.       end
  324.       object btnDeletePage: TButton
  325.         Left = 239
  326.         Top = 79
  327.         Width = 104
  328.         Height = 22
  329.         Caption = '&Delete'
  330.         Enabled = False
  331.         TabOrder = 3
  332.         OnClick = btnDeletePageClick
  333.       end
  334.       object btnResetPage: TButton
  335.         Left = 239
  336.         Top = 108
  337.         Width = 104
  338.         Height = 22
  339.         Caption = '&Reset...'
  340.         Enabled = False
  341.         TabOrder = 4
  342.         OnClick = btnResetPageClick
  343.       end
  344.       object btnUp: TButton
  345.         Left = 239
  346.         Top = 150
  347.         Width = 104
  348.         Height = 22
  349.         Caption = '&Up'
  350.         Enabled = False
  351.         TabOrder = 5
  352.         OnClick = btnUpClick
  353.       end
  354.       object btnDown: TButton
  355.         Left = 239
  356.         Top = 179
  357.         Width = 104
  358.         Height = 22
  359.         Caption = '&Down'
  360.         Enabled = False
  361.         TabOrder = 6
  362.         OnClick = btnDownClick
  363.       end
  364.       object btnMakebar: TButton
  365.         Left = 240
  366.         Top = 210
  367.         Width = 101
  368.         Height = 22
  369.         Caption = '&Make Toolbar'
  370.         Enabled = False
  371.         TabOrder = 7
  372.         OnClick = btnMakebarClick
  373.       end
  374.     end
  375.     object TabSheet3: TTabSheet
  376.       Caption = ' Options '
  377.       ExplicitLeft = 0
  378.       ExplicitTop = 0
  379.       ExplicitWidth = 0
  380.       ExplicitHeight = 0
  381.       object StandardOptionsPanel: TPanel
  382.         Left = 0
  383.         Top = 0
  384.         Width = 346
  385.         Height = 238
  386.         Align = alClient
  387.         BevelOuter = bvNone
  388.         TabOrder = 0
  389.         object LabelMenuAnimations: TLabel
  390.           Left = 24
  391.           Top = 152
  392.           Width = 83
  393.           Height = 13
  394.           Caption = '&Menu animations:'
  395.           FocusControl = ComboBoxMenuAnimations
  396.         end
  397.         object ComboBoxMenuAnimations: TComboBox
  398.           Left = 134
  399.           Top = 148
  400.           Width = 93
  401.           Height = 21
  402.           Style = csDropDownList
  403.           ItemHeight = 0
  404.           TabOrder = 3
  405.           OnClick = ComboBoxMenuAnimationsClick
  406.           Items.Strings = (
  407.             '(None)'
  408.             'Random'
  409.             'Unfold'
  410.             'Slide')
  411.         end
  412.         object CBHint1: TCheckBox
  413.           Left = 24
  414.           Top = 63
  415.           Width = 301
  416.           Height = 17
  417.           Caption = 'Show Tool&Tips on toolbars'
  418.           TabOrder = 1
  419.           OnClick = CBHint1Click
  420.         end
  421.         object CBHint2: TCheckBox
  422.           Left = 24
  423.           Top = 85
  424.           Width = 301
  425.           Height = 17
  426.           Caption = 'Show s&hortcut keys in ToolTips'
  427.           TabOrder = 2
  428.           OnClick = CBHint2Click
  429.         end
  430.         object CBLargeIcons: TCheckBox
  431.           Left = 24
  432.           Top = 38
  433.           Width = 301
  434.           Height = 17
  435.           Caption = '&Large icons'
  436.           TabOrder = 0
  437.           OnClick = CBLargeIconsClick
  438.         end
  439.       end
  440.       object EnhancedOptionsPanel: TPanel
  441.         Left = 0
  442.         Top = 0
  443.         Width = 346
  444.         Height = 238
  445.         Align = alClient
  446.         BevelOuter = bvNone
  447.         TabOrder = 1
  448.         object Label1: TLabel
  449.           Left = 20
  450.           Top = 200
  451.           Width = 83
  452.           Height = 13
  453.           Caption = '&Menu animations:'
  454.           FocusControl = ComboBoxMenuAnimationsEx
  455.         end
  456.         object Bevel2: TBevel
  457.           Left = 12
  458.           Top = 122
  459.           Width = 317
  460.           Height = 9
  461.           Shape = bsTopLine
  462.         end
  463.         object Label2: TLabel
  464.           Left = 12
  465.           Top = 116
  466.           Width = 32
  467.           Height = 13
  468.           Caption = 'Other  '
  469.         end
  470.         object Bevel3: TBevel
  471.           Left = 12
  472.           Top = 18
  473.           Width = 317
  474.           Height = 7
  475.           Shape = bsTopLine
  476.         end
  477.         object Label3: TLabel
  478.           Left = 12
  479.           Top = 12
  480.           Width = 166
  481.           Height = 13
  482.           Caption = 'Personalized Menus and Toolbars  '
  483.         end
  484.         object ComboBoxMenuAnimationsEx: TComboBox
  485.           Left = 132
  486.           Top = 196
  487.           Width = 93
  488.           Height = 21
  489.           Style = csDropDownList
  490.           ItemHeight = 0
  491.           TabOrder = 6
  492.           OnClick = ComboBoxMenuAnimationsClick
  493.           Items.Strings = (
  494.             '(None)'
  495.             'Random'
  496.             'Unfold'
  497.             'Slide')
  498.         end
  499.         object CBHint1Ex: TCheckBox
  500.           Left = 20
  501.           Top = 152
  502.           Width = 309
  503.           Height = 17
  504.           Caption = 'Show Tool&Tips on toolbars'
  505.           TabOrder = 4
  506.           OnClick = CBHint1ExClick
  507.         end
  508.         object CBHint2Ex: TCheckBox
  509.           Left = 36
  510.           Top = 172
  511.           Width = 293
  512.           Height = 17
  513.           Caption = 'Show s&hortcut keys in ToolTips'
  514.           TabOrder = 5
  515.           OnClick = CBHint2Click
  516.         end
  517.         object CBLargeIconsEx: TCheckBox
  518.           Left = 20
  519.           Top = 132
  520.           Width = 309
  521.           Height = 17
  522.           Caption = '&Large icons'
  523.           TabOrder = 3
  524.           OnClick = CBLargeIconsClick
  525.         end
  526.         object CBMenusShowRecentItemsFirst: TCheckBox
  527.           Left = 20
  528.           Top = 32
  529.           Width = 309
  530.           Height = 17
  531.           Caption = 'Me&nus show recently used commands first'
  532.           TabOrder = 0
  533.           OnClick = CBMenusShowRecentItemsFirstClick
  534.         end
  535.         object CBShowFullMenusAfterDelay: TCheckBox
  536.           Left = 36
  537.           Top = 52
  538.           Width = 293
  539.           Height = 17
  540.           Caption = 'Show f&ull menus after a short delay'
  541.           TabOrder = 1
  542.           OnClick = CBShowFullMenusAfterDelayClick
  543.         end
  544.         object BResetUsageData: TButton
  545.           Left = 20
  546.           Top = 76
  547.           Width = 119
  548.           Height = 22
  549.           Caption = '&Reset my usage data'
  550.           TabOrder = 2
  551.           OnClick = BResetUsageDataClick
  552.         end
  553.       end
  554.     end
  555.     object TabSheet4: TTabSheet
  556.       Caption = ' All commands '
  557.       ExplicitLeft = 0
  558.       ExplicitTop = 0
  559.       ExplicitWidth = 0
  560.       ExplicitHeight = 0
  561.       object LAllCommands: TListBox
  562.         Left = 6
  563.         Top = 8
  564.         Width = 333
  565.         Height = 200
  566.         Style = lbOwnerDrawFixed
  567.         ItemHeight = 16
  568.         TabOrder = 0
  569.         OnClick = LAllCommandsClick
  570.         OnDrawItem = LAllCommandsDrawItem
  571.       end
  572.       object CBShowCommandsWithShortCut: TCheckBox
  573.         Left = 6
  574.         Top = 216
  575.         Width = 333
  576.         Height = 17
  577.         Caption = 'Show commands that may have a shortcut'
  578.         Checked = True
  579.         State = cbChecked
  580.         TabOrder = 1
  581.         OnClick = CBShowCommandsWithShortCutClick
  582.       end
  583.     end
  584.     object TabSheet5: TTabSheet
  585.       Caption = 'Groups'
  586.       ExplicitLeft = 0
  587.       ExplicitTop = 0
  588.       ExplicitWidth = 0
  589.       ExplicitHeight = 0
  590.       object btnMoveUp: TSpeedButton
  591.         Left = 147
  592.         Top = 76
  593.         Width = 29
  594.         Height = 25
  595.         Glyph.Data = {
  596.           F6000000424DF600000000000000760000002800000010000000100000000100
  597.           0400000000008000000000000000000000001000000000000000000000000000
  598.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  599.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  600.           8888888888888888888888888888888888888888800000888888888880666088
  601.           8888888880666088888888888066608888888800006660000888888066666660
  602.           8888888806666608888888888066608888888888880608888888888888808888
  603.           8888888888888888888888888888888888888888888888888888}
  604.         OnClick = btnMoveUpClick
  605.       end
  606.       object btnMoveDown: TSpeedButton
  607.         Left = 147
  608.         Top = 108
  609.         Width = 29
  610.         Height = 25
  611.         Glyph.Data = {
  612.           F6000000424DF600000000000000760000002800000010000000100000000100
  613.           0400000000008000000000000000000000001000000000000000000000000000
  614.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  615.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  616.           8888888888888888888888888888888888888888888088888888888888060888
  617.           8888888880666088888888880666660888888880666666608888880000666000
  618.           0888888880666088888888888066608888888888806660888888888880000088
  619.           8888888888888888888888888888888888888888888888888888}
  620.         OnClick = btnMoveDownClick
  621.       end
  622.       object GroupBox1: TGroupBox
  623.         Left = 4
  624.         Top = 4
  625.         Width = 140
  626.         Height = 229
  627.         Caption = ' Groups '
  628.         TabOrder = 0
  629.         object lbGroups: TListBox
  630.           Left = 7
  631.           Top = 16
  632.           Width = 125
  633.           Height = 177
  634.           Style = lbOwnerDrawVariable
  635.           ItemHeight = 13
  636.           TabOrder = 0
  637.           OnClick = lbGroupsClick
  638.           OnDrawItem = lbGroupsDrawItem
  639.           OnEnter = lbGroupsEnter
  640.           OnKeyDown = lbGroupsKeyDown
  641.           OnMeasureItem = lbGroupsMeasureItem
  642.         end
  643.         object btnGroupAdd: TButton
  644.           Left = 7
  645.           Top = 199
  646.           Width = 61
  647.           Height = 23
  648.           Caption = 'Add'
  649.           TabOrder = 1
  650.           OnClick = btnGroupAddClick
  651.         end
  652.         object btnGroupDelete: TButton
  653.           Left = 71
  654.           Top = 199
  655.           Width = 61
  656.           Height = 23
  657.           Caption = 'Delete'
  658.           TabOrder = 2
  659.           OnClick = btnGroupDeleteClick
  660.         end
  661.       end
  662.       object GroupBox2: TGroupBox
  663.         Left = 179
  664.         Top = 4
  665.         Width = 162
  666.         Height = 229
  667.         Caption = ' Items '
  668.         TabOrder = 1
  669.         object lbGroupItems: TListBox
  670.           Left = 8
  671.           Top = 16
  672.           Width = 146
  673.           Height = 177
  674.           Style = lbOwnerDrawVariable
  675.           ItemHeight = 13
  676.           MultiSelect = True
  677.           TabOrder = 0
  678.           OnClick = lbGroupItemsClick
  679.           OnDrawItem = lbGroupItemsDrawItem
  680.           OnEnter = lbGroupItemsEnter
  681.           OnKeyDown = lbGroupItemsKeyDown
  682.           OnMeasureItem = lbGroupsMeasureItem
  683.         end
  684.         object btnGroupItemAdd: TButton
  685.           Left = 20
  686.           Top = 199
  687.           Width = 61
  688.           Height = 23
  689.           Caption = '&Add...'
  690.           TabOrder = 1
  691.           OnClick = btnGroupItemAddClick
  692.         end
  693.         object btnGroupItemDelete: TButton
  694.           Left = 85
  695.           Top = 199
  696.           Width = 57
  697.           Height = 23
  698.           Caption = 'Delete'
  699.           TabOrder = 2
  700.           OnClick = btnGroupItemDeleteClick
  701.         end
  702.       end
  703.     end
  704.   end
  705.   object Panel2: TPanel
  706.     Left = 0
  707.     Top = 8
  708.     Width = 6
  709.     Height = 266
  710.     Align = alLeft
  711.     BevelOuter = bvNone
  712.     TabOrder = 2
  713.   end
  714.   object Panel3: TPanel
  715.     Left = 360
  716.     Top = 8
  717.     Width = 6
  718.     Height = 266
  719.     Align = alRight
  720.     BevelOuter = bvNone
  721.     TabOrder = 3
  722.   end
  723.   object Panel4: TPanel
  724.     Left = 0
  725.     Top = 0
  726.     Width = 366
  727.     Height = 8
  728.     Align = alTop
  729.     BevelOuter = bvNone
  730.     TabOrder = 4
  731.   end
  732.   object BarManager1: TdxBarManager
  733.     Font.Charset = DEFAULT_CHARSET
  734.     Font.Color = clWindowText
  735.     Font.Height = -11
  736.     Font.Name = 'MS Sans Serif'
  737.     Font.Style = []
  738.     Bars = <>
  739.     Categories.Strings = (
  740.       'Categories'
  741.       'Commands')
  742.     Categories.ItemsVisibles = (
  743.       2
  744.       2)
  745.     Categories.Visibles = (
  746.       True
  747.       True)
  748.     PopupMenuLinks = <>
  749.     StretchGlyphs = False
  750.     UseSystemFont = False
  751.     Left = 95
  752.     Top = 278
  753.     DockControlHeights = (
  754.       0
  755.       0
  756.       0
  757.       0)
  758.     object CategoriesAdd: TdxBarButton
  759.       Caption = 'Add...'
  760.       Category = 0
  761.       Hint = 'Add'
  762.       Visible = ivAlways
  763.       Glyph.Data = {
  764.         F6000000424DF600000000000000760000002800000010000000100000000100
  765.         0400000000008000000000000000000000001000000000000000000000000000
  766.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  767.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  768.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  769.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  770.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  771.         8888880FFFFFF008888888000000008888888888888888888888}
  772.       OnClick = CategoriesAddClick
  773.     end
  774.     object CategoriesInsert: TdxBarButton
  775.       Caption = 'Insert...'
  776.       Category = 0
  777.       Hint = 'Insert'
  778.       Visible = ivAlways
  779.       ShortCut = 45
  780.       OnClick = CategoriesInsertClick
  781.     end
  782.     object CategoriesRename: TdxBarButton
  783.       Caption = 'Rename...'
  784.       Category = 0
  785.       Hint = 'Rename'
  786.       Visible = ivAlways
  787.       OnClick = CategoriesRenameClick
  788.     end
  789.     object CategoriesVisible: TdxBarButton
  790.       Caption = 'Visible'
  791.       Category = 0
  792.       Hint = 'Visible'
  793.       Visible = ivAlways
  794.       ButtonStyle = bsChecked
  795.       OnClick = CategoriesVisibleClick
  796.     end
  797.     object CommandsAdd: TdxBarButton
  798.       Caption = 'Add...'
  799.       Category = 1
  800.       Hint = 'Add'
  801.       Visible = ivAlways
  802.       Glyph.Data = {
  803.         F6000000424DF600000000000000760000002800000010000000100000000100
  804.         0400000000008000000000000000000000001000000000000000000000000000
  805.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  806.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  807.         888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
  808.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
  809.         0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
  810.         8888880FFFFFF008888888000000008888888888888888888888}
  811.       ShortCut = 45
  812.       OnClick = CommandsAddClick
  813.     end
  814.     object CommandsDelete: TdxBarButton
  815.       Caption = 'Delete'
  816.       Category = 1
  817.       Hint = 'Delete'
  818.       Visible = ivAlways
  819.       Glyph.Data = {
  820.         EE000000424DEE000000000000007600000028000000100000000F0000000100
  821.         0400000000007800000000000000000000001000000000000000000000000000
  822.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  823.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  824.         888888888888888880F88880F8888888888888000F8888880F8888000F888880
  825.         F888888000F88800F8888888000F800F88888888800000F88888888888000F88
  826.         88888888800000F888888888000F80F88888880000F88800F88880000F888880
  827.         0F88800F8888888800F88888888888888888}
  828.       ShortCut = 46
  829.       OnClick = CommandsDeleteClick
  830.     end
  831.     object CommandsClear: TdxBarButton
  832.       Caption = 'Clear'
  833.       Category = 1
  834.       Hint = 'Clear'
  835.       Visible = ivAlways
  836.       OnClick = CommandsClearClick
  837.     end
  838.     object CommandsMoveUp: TdxBarButton
  839.       Caption = 'Move Up'
  840.       Category = 1
  841.       Hint = 'Move Up'
  842.       Visible = ivAlways
  843.       Glyph.Data = {
  844.         F6000000424DF600000000000000760000002800000010000000100000000100
  845.         0400000000008000000000000000000000001000000000000000000000000000
  846.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  847.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  848.         8888888888888888888888888888888888888888800000888888888880666088
  849.         8888888880666088888888888066608888888800006660000888888066666660
  850.         8888888806666608888888888066608888888888880608888888888888808888
  851.         8888888888888888888888888888888888888888888888888888}
  852.       ShortCut = 16422
  853.       OnClick = CommandsMoveUpClick
  854.     end
  855.     object CommandsMoveDown: TdxBarButton
  856.       Caption = 'Move Down'
  857.       Category = 1
  858.       Hint = 'Move Down'
  859.       Visible = ivAlways
  860.       Glyph.Data = {
  861.         F6000000424DF600000000000000760000002800000010000000100000000100
  862.         0400000000008000000000000000000000001000000000000000000000000000
  863.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  864.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  865.         8888888888888888888888888888888888888888888088888888888888060888
  866.         8888888880666088888888880666660888888880666666608888880000666000
  867.         0888888880666088888888888066608888888888806660888888888880000088
  868.         8888888888888888888888888888888888888888888888888888}
  869.       ShortCut = 16424
  870.       OnClick = CommandsMoveDownClick
  871.     end
  872.     object CommandsSubMenuEditor: TdxBarButton
  873.       Caption = 'SubMenu Editor...'
  874.       Category = 1
  875.       Hint = 'SubMenu Editor'
  876.       Visible = ivAlways
  877.       OnClick = CommandsSubMenuEditorClick
  878.     end
  879.     object CategoriesItemsVisible: TdxBarCombo
  880.       Caption = 'Items Visible:'
  881.       Category = 0
  882.       Hint = 'Items Visible:'
  883.       Visible = ivAlways
  884.       OnChange = CategoriesItemsVisibleChange
  885.       Width = 100
  886.       ShowEditor = False
  887.       Items.Strings = (
  888.         'Never'
  889.         'InCustomizing'
  890.         'Always')
  891.       ItemIndex = -1
  892.     end
  893.     object CategoriesDelete: TdxBarButton
  894.       Caption = 'Delete'
  895.       Category = 0
  896.       Hint = 'Delete'
  897.       Visible = ivAlways
  898.       Glyph.Data = {
  899.         EE000000424DEE000000000000007600000028000000100000000F0000000100
  900.         0400000000007800000000000000000000001000000000000000000000000000
  901.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  902.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  903.         888888888888888880F88880F8888888888888000F8888880F8888000F888880
  904.         F888888000F88800F8888888000F800F88888888800000F88888888888000F88
  905.         88888888800000F888888888000F80F88888880000F88800F88880000F888880
  906.         0F88800F8888888800F88888888888888888}
  907.       ShortCut = 46
  908.       OnClick = CategoriesDeleteClick
  909.     end
  910.   end
  911.   object CategoriesPopupMenu: TdxBarPopupMenu
  912.     BarManager = BarManager1
  913.     ItemLinks = <
  914.       item
  915.         Item = CategoriesAdd
  916.         Visible = True
  917.       end
  918.       item
  919.         Item = CategoriesInsert
  920.         Visible = True
  921.       end
  922.       item
  923.         Item = CategoriesRename
  924.         Visible = True
  925.       end
  926.       item
  927.         BeginGroup = True
  928.         Item = CategoriesVisible
  929.         Visible = True
  930.       end
  931.       item
  932.         Item = CategoriesItemsVisible
  933.         Visible = True
  934.       end
  935.       item
  936.         BeginGroup = True
  937.         Item = CategoriesDelete
  938.         Visible = True
  939.       end>
  940.     UseOwnFont = False
  941.     OnPopup = CategoriesPopupMenuPopup
  942.     Left = 129
  943.     Top = 278
  944.   end
  945.   object CommandsPopupMenu: TdxBarPopupMenu
  946.     BarManager = BarManager1
  947.     ItemLinks = <
  948.       item
  949.         Item = CommandsAdd
  950.         Visible = True
  951.       end
  952.       item
  953.         Item = CommandsDelete
  954.         Visible = True
  955.       end
  956.       item
  957.         Item = CommandsClear
  958.         Visible = True
  959.       end
  960.       item
  961.         BeginGroup = True
  962.         Item = CommandsMoveUp
  963.         Visible = True
  964.       end
  965.       item
  966.         Item = CommandsMoveDown
  967.         Visible = True
  968.       end
  969.       item
  970.         BeginGroup = True
  971.         Item = CommandsSubMenuEditor
  972.         Visible = True
  973.       end>
  974.     UseOwnFont = False
  975.     OnPopup = CommandsPopupMenuPopup
  976.     Left = 161
  977.     Top = 278
  978.   end
  979. end
  980.